Expand description
Crate defining an interface for managing type-length-value entries in a slab of bytes, to be used with Solana accounts.
Re-exports§
pub use solana_account_info;
pub use solana_decode_error;
pub use solana_program_error;
Modules§
- Error types
- Module for the length portion of a Type-Length-Value structure
- Type-length-value structure definition and manipulation
- The
VariableLenPack
serialization trait.